home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Audio & Music / Daily Guitar Jam Widget (freeware).dmg / DailyGuitarJam.wdgt / DailyGuitarJam.css < prev    next >
Cascading Style Sheet File  |  2006-02-10  |  2KB  |  120 lines

  1. body {
  2.     margin: 0;
  3. }
  4.  
  5. #backing {
  6.     position: absolute;
  7.     width: 324px;
  8.     height: 135px;
  9.     z-index: -900;
  10. }
  11.  
  12. #front {
  13.     position: absolute;
  14.     background: url(Images/front_background.png) no-repeat;
  15.     width: 324px;
  16.     height: 135px;
  17. }
  18.  
  19. #back {
  20.     position: absolute;
  21.     background: url(Images/back_background.png) no-repeat;
  22.     width: 324px;
  23.     height: 135px;
  24.     display: none;
  25. }
  26.  
  27. #buttons {
  28.     position: absolute;
  29.     top: 44px;
  30.     left: 8px;
  31.     opacity: 0.9;
  32. //    background: url(Images/controls_out.png) no-repeat;
  33. }
  34.  
  35. #startPlayingButton {
  36.     position: absolute;
  37.     top: 50px;
  38.     left: 15px;
  39.     height: 42px;
  40.     width: 42px;
  41. //    border: solid red 1px;
  42.     cursor: pointer;
  43.     z-index: 50;
  44.     -apple-dashboard-region: dashboard-region(control rectangle);
  45. }
  46.  
  47. #stopPlayingButton {
  48.     position: absolute;
  49.     top: 56px;
  50.     left: 60px;
  51.     height: 26px;
  52.     width: 26px;
  53. //    border: solid yellow 1px;
  54.     cursor: pointer;
  55.     z-index: 50;
  56.     -apple-dashboard-region: dashboard-region(control rectangle);
  57. }
  58.  
  59. #rewindButton {
  60.     position: absolute;
  61.     top: 56px;
  62.     left: 90px;
  63.     height: 26px;
  64.     width: 24px;
  65. //    border: solid red 1px;
  66.     cursor: pointer;
  67.     z-index: 50;
  68.     -apple-dashboard-region: dashboard-region(control rectangle);
  69. }
  70.  
  71. #jamwrapper {
  72.     position: absolute;
  73. }
  74.  
  75. .flip {
  76.     position:absolute;
  77.     top:96px;
  78.     left:96px;
  79.     width:13px;
  80.     height:13px;
  81. }
  82.  
  83. #flip {
  84.     opacity:0;
  85.     background:url(file:///System/Library/WidgetResources/ibutton/white_i.png) no-repeat top left;
  86.     z-index:8000;
  87.     cursor: pointer;
  88.     -apple-dashboard-region: dashboard-region(control rectangle);
  89. }
  90.  
  91. #fliprollie {
  92.     display:none;
  93.     opacity:0.25;
  94.     background:url(file:///System/Library/WidgetResources/ibutton/white_rollie.png) no-repeat top left;
  95.     z-index:7999;
  96. }
  97.  
  98. #doneWrapper {
  99.     position: absolute;
  100.     top: 30px;
  101.     left: 18px;
  102. }
  103.  
  104. #doneButton {
  105.     display: inline;
  106.     cursor: pointer;
  107.     -apple-dashboard-region: dashboard-region(control rectangle);
  108. }
  109.  
  110. #promo {
  111.     position: absolute;
  112.     left: 8px;
  113.     top: 56px;
  114.     width: 260px;
  115.     height: 18px;
  116.     cursor: pointer;
  117. //    border: solid yellow 1px;
  118.     -apple-dashboard-region: dashboard-region(control rectangle);
  119. }
  120.